Interface TransformSet

All Superinterfaces:
IPCObject
All Known Implementing Classes:
TransformSetImpl

public interface TransformSet extends IPCObject
Information provided by the PKI file:

    \class TransformSet
    
    \brief TransformSet handles and manipulates IPSec transform sets.
    
    \example network().getDevice("Router0").getProcess("IpsecProcess").getTransformSetAt(0)
    
Author:
Auto-generated
  • Method Details

    • setTransformName

      void setTransformName(String name)
      Information provided by the PKI file:
      
          \brief Sets the name of the transform set.
          
          \param name, the name of the transform set.
          
              
      Parameters:
      name - Takes in a parameter of name
    • getTransformName

      String getTransformName()
      Information provided by the PKI file:
      
          \brief Returns the name of the transform set.
          
          \return string, the name of the transform set.
          
              
      Returns:
      String Returns a String